-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds asymmetric and symmetric SAM #48
Conversation
update actions
accommodate data change
Hmm.... something seems to have gone awry here. I don't understand why the diff is looking like you updated the workflows when those are already updated on master. I see that you merged rather than rebased (no problem!) but I just uncertain why the diff is the way it is. One last thing to potentially clean up: https://github.com/boshek/rsoi/actions/runs/6712731571/job/18242885434?pr=48#step:6:103 <- do you know why this is showing up? |
I'm the wrong person to ask why anything is the way it is in git, honestly. I created a new branch with cleaner diffs and send a new PR: #51
Oops. Yeah, I seem to have forgotten to update the .Rd files. Now fixed on the other PR. |
This adds the asymmetric and symmetric SAM indices.
I called the functions "asymsam", from "asymmeric SAM", but let me know if you want me to change them.
Created on 2023-10-30 with reprex v2.0.2
BTW: tests fail due to an issue in another function.
Closes #47